@media screen 
    {
        a:link.text, a:visited.text, a.text,summary
        {
            color: rgb(168, 47, 179);
            text-decoration: none ;
        }
        table
        { 
            
            margin-left:auto;
            margin-right:auto;
            text-align: left;
       } 
        

        html,body 
        {
            height:100%;
        } 
        .hrblue
        {
            border-top: 1px solid rgb(68, 0, 255);
        }
        .hrgray
        {
            border-top: 0,25px solid gray;
        }

        .noshows
        {
            display: none;  
        }
        header
        {
            position:static;
            top: 0;
            left: 0;
            right: 0;
            background-color: #315e54;
            color: aliceblue;
            text-align: center;
            height:auto !important;
            font-family: Calibri;
        }     
        .wrapper 
        {
            position:static;
            min-height: 100%;
            top: 0;
            left: 0;
            right: 0;
            margin-bottom: -20px;
            text-align: center;
            height:auto !important;
            font-family: Calibri;
        }
        .sticky
        {
            position: static;
            bottom: 0;
        }
        .v-line
        {
            border-left: thick solid #000;
            height: 100%;
            left: 50%;
            position: static;
        }
        .left
        {
            width: 50%;
            margin: 1em auto;
            text-align: left;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .leftlf
        {
            width: 90%;
            margin: 1em auto;
            text-align: left;
            font-family: Calibri;
            padding-bottom: auto;
        }

        .left100
        {
            width: 100%;
            margin: auto;
            text-align: left;
            font-family: Calibri;
            padding-bottom: auto;  
        }
        .blocked50 
        {
            width: 50%;
            margin: 1em auto;
            text-align: justify;
            text-align-last: none;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .blocked90 
        {
            width: 90%;
            margin: 1em auto;
            text-align: justify;
            text-align-last: none;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .center100g
        {
            width: 100%;
            background-color: #315e54;
            color: aliceblue;
            margin: auto;
            text-align: center;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .center100
        {
            width: 100%;
            margin: 1em auto;
            text-align: center;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .centerbox
        {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Calibri;
            padding-bottom: auto;
        }
        .right
        {
            width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            text-align: right;
            font-family: Calibri;
            padding-bottom: auto;
        }
    
        .aqua 
        {
            width: 100%;
            color: aqua;
            text-decoration: none;
            background-color: #315e54;
        }
       .tw
        {
            width: 100%;
            color:black
        }
        footer 
        {
            position:sticky;
            height: auto;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #315e54;
            color: aliceblue;
            text-align: center;
            font-family: Calibri;
        }
     
    }